home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
telecom
/
dp201.exe
/
ESCTIME.DTP
< prev
next >
Wrap
Text File
|
1991-08-22
|
2KB
|
37 lines
#
# ESCTIME.DTP - for use with DT_PATCH.EXE
#
# Copyright (C) 1991 DATASTORM TECHNOLOGIES, INC.
#
# All Rights Reserved
#
# Target File: PCPLUS.EXE version 2.01
#
# When an ESCAPE is received by PROCOMM PLUS, the program waits a maximum
# of two seconds for another character to continue the escape sequence.
# If another character does not arrive in this time, we no longer treat
# the incoming characters as part of a potential escape sequence but
# simply as ordinary received characters. For some packet-switching
# networks with extreme delays the two second wait is not long enough.
#
# This patch changes the two second wait to four seconds (the value
# 72 is clock ticks where each second is 18 ticks [4 * 18 = 72]). If
# a different timeout is desired, replace the value 72 with any value
# between 0 and 255 (255 = 14 seconds). If 14 seconds isn't a
# sufficient wait period, replace the default of 72 with 255 and change
# the bottom line. The value on the bottom line is the number of
# 14-second increments you desire.
#
# For example, specifying a value of 3 on the bottom line and 255 on
# the line above it will result in a wait period of 56 seconds (3 *
# 14-seconds plus 14 seconds). A value of 10 on the bottom line and
# 255 on the line above it will result in a wait period of 154 seconds
# (10 * 14) + 14. Values of 255 on the last two lines will result in
# a wait period of 3584 seconds (about an hour).
#
@PCPLUS.EXE
=214016
O28328
72
0